home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / tutorials / geometer / Theorems / constructions / parabola1.T < prev    next >
Encoding:
Text File  |  1994-08-02  |  713 b   |  21 lines

  1. .geometry "version 0.1";
  2. v1 = .free(-0.735075, -0.955224, "1");
  3. v2 = .free(-0.735075, 0.91791, "2");
  4. v3 = .free(-0.11194, 0.145522, "3");
  5. l1 = .l.vv(v1, v2, .longline);
  6. v4 = .vonl(l1, -0.735075, -0.291046, .magenta, .plus);
  7. l2 = .l.vlperp(v4, l1, .invisible, .longline);
  8. c3 = .c.vv(v4, v3, .invisible);
  9. l3 = .l.vlperp(v3, l2, .invisible, .longline);
  10. v5 = .v.lc(l3, c3, 1, .invisible);
  11. v6 = .v.lc(l3, c3, 2, .invisible);
  12. c1 = .c.vvv(v5, v4, v6, .cyan);
  13. v7 = .v.lc(l2, c1, 1, .invisible);
  14. v8 = .v.vvmid(v4, v7, .smear);
  15. l4 = .l.vv(v4, v8, .yellow);
  16. l5 = .l.vv(v8, v3, .yellow);
  17. .text("Construction of a Parabola:");
  18. .text("");
  19. .text("(See parabola.t)  Here's an alternative construction of a");
  20. .text("parabola.");
  21.